home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / jpegvu / jpegvb3.frm < prev    next >
Text File  |  1997-12-17  |  1KB  |  54 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    Caption         =   "JPEGVU"
  4.    ClientHeight    =   4020
  5.    ClientLeft      =   1080
  6.    ClientTop       =   1485
  7.    ClientWidth     =   7365
  8.    Height          =   4425
  9.    Left            =   1020
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   4020
  12.    ScaleWidth      =   7365
  13.    Top             =   1140
  14.    Width           =   7485
  15.    WindowState     =   2  'Maximized
  16.    Begin PictureBox Picture3 
  17.       Height          =   1095
  18.       Left            =   3360
  19.       ScaleHeight     =   1065
  20.       ScaleWidth      =   2025
  21.       TabIndex        =   2
  22.       Top             =   5520
  23.       Width           =   2055
  24.    End
  25.    Begin PictureBox Picture2 
  26.       Height          =   1935
  27.       Left            =   6480
  28.       ScaleHeight     =   1905
  29.       ScaleWidth      =   2745
  30.       TabIndex        =   1
  31.       Top             =   5040
  32.       Width           =   2775
  33.    End
  34.    Begin PictureBox Picture1 
  35.       BackColor       =   &H00FFFFFF&
  36.       Height          =   1815
  37.       Left            =   600
  38.       ScaleHeight     =   119
  39.       ScaleMode       =   3  'Pixel
  40.       ScaleWidth      =   127
  41.       TabIndex        =   0
  42.       Top             =   5040
  43.       Width           =   1935
  44.    End
  45. End
  46. Sub Form_Click ()
  47. End
  48. End Sub
  49.  
  50. Sub Form_Paint ()
  51. Call displayjpeg
  52. End Sub
  53.  
  54.